Welcome![Sign In][Sign Up]
Location:
Search - NFA DFA

Search list

[OtherNFA到DFA

Description: 编译原理NFA到DFA的转换源码-compiler theory NFA to the DFA source conversion
Platform: | Size: 2048 | Author: 李余 | Hits:

[Other resource用Java语言实现NFA到DFA的等价变换

Description: 本程序为编译原理里的一个重要的知识点,实现NFA到DFA的转换-procedures for the compiler's a principle important knowledge points, for the NFA to DFA conversion
Platform: | Size: 30720 | Author: 李小刚 | Hits:

[ELanguagenfa

Description: NFA DFA相关算法 编译原理的一个实验内容 使用VC++打开-NFA DFA correlation algorithm compiler principles of the use of an experimental content VC Open
Platform: | Size: 105472 | Author: chuhaiyun | Hits:

[ELanguageNFA

Description: 实现NFA确定化子集算法程序。DFA是NFA的特例。对每个NFA  N一定存在一个DFA M ,使得 L(M)=L(N)。对每个NFA N存在着与之等价的DFA M。从NFA的矩阵表示中可以看出,表项通常是一状态的集合,而在DFA的矩阵表示中,表项是一个状态,NFA到相应的DFA的构造的基本思路是:1.DFA的每一个状态对应NFA的一组状态. 2. DFA使用它的状态去记录在NFA读入一个输入符号后可能达到的所有状态.。-achieve NFA Number algorithm to determine procedures. DFA NFA is a special case. NFA N for each must exist a DFA M, makes L (M) = L (N). N for each NFA exist with the DFA M equivalent. NFA from the matrix can be seen, tables are usually set of a state, and in the matrix DFA said, Form is a state of the corresponding NFA DFA basic structure of ideas : 1.DFA each one corresponds to a group of NFA state. 2. DFA use it to the state records in NFA Reading input into a symbol after all reach the state. .
Platform: | Size: 10240 | Author: | Hits:

[ELanguage1)

Description: 对C++进行词法和语法分析。 要求: 词法分析部分写出相应的正规集、正规式、NFA、DFA 写出语法分析所采用的方法和完成的语法分析功能 编写出响应的编译程序 写出完整的课程设计报告 说明:课程设计报告包括的基本内容有: 一、课程设计题目 二、课程设计的目的 三、课程设计的基本内容和实现功能介绍 四、词法分析:包括系统的词法规则,相应的正规集、正规式、NFA、DFA 五、语法分析:包括语法规则,分析所采用的技术和算法-On C++ For lexical and syntax analysis. Requirements: lexical analysis to write the corresponding part of the regular set, formal style, NFA, DFA write parsing methods and the completion of the syntax analysis prepared to respond to the compiler to write a complete report on curriculum design: curriculum design report including the basic contents are as follows: I. Title II curriculum design, curriculum is designed to three, the basic content of the curriculum design and realization of the four features, lexical analysis: including the system of lexical rules, the corresponding regular sets, formal style, NFA, DFA V. syntax analysis: including grammar rules, analysis techniques and algorithms used
Platform: | Size: 3072 | Author: 王博 | Hits:

[Software Engineering[NFA+TO+DFA]

Description: NFA的确定化是编译过程中一个重要的部分,由于本程序的输入很多,而且有多种格式的输入,所以输入时必须非常小心细致。本程序比较复杂,需要使用多个结构体并使用了指针。必须将程序分解为多个子程序以降低编写难度。想起了软工老师的一句话:"难事破与易",再复杂的事,拆成一个个简单的小部分,逐个击破,在拼凑起来,复杂的事也变的简单了。适当使用全局常量可以控制有效控制内存溢出。由于程序较大,调试时多人协作能更容易易找出程序并成功修改。-NFA determination is the process of compiling an important part, due to the importation of many of the procedures, but also a variety of formats input, so input must be very careful and meticulous. This procedure is rather complicated, the need to use multiple structures and use the pointer. Procedures must be decomposed into a number of subroutines to reduce the difficulty of preparation. Soft workers thought of the teacher s words: difficult to break and easy , and then a complex issue, is split into a small portion of a simple, one by one break in together, things have changed the complexity of the simple. Proper use of global constants can be controlled effectively control memory overflow. Because of the larger process, debugging collaboration when people can easily find out the procedure more easily and successfully modified.
Platform: | Size: 149504 | Author: 佚星 | Hits:

[ELanguage[NFA+TO+DFA]

Description: [NFA+TO+DFA] 很好很强大的,全部都有了,下下来就行了-[NFA+ TO+ DFA] very very powerful, all have been, the next down on the list
Platform: | Size: 149504 | Author: 三块一 | Hits:

[ELanguageDFA

Description: 输入一个正则表达式,输出相应的NFA图,NFA转换为DFA(得到的DFA图要求用画图方法完成并要求先产生子集构造表出来再画DFA图),DFA最小化(也要求用画图方法完成) -Enter a regular expression, the output corresponding NFA map, NFA is converted to DFA (the DFA plans to be asked to use drawing methods and called for the first table structure generated by a subset of re-painting DFA graph), DFA minimization (also requires drawing method)
Platform: | Size: 14336 | Author: liyingan | Hits:

[ELanguageNFA_DFA

Description: 正规(则)表达式转化为NFA,DFA,DFA最小化,显示结果和过程-Formal (then) regular expressions into NFA, DFA, DFA minimization, and process the result will be displayed
Platform: | Size: 2227200 | Author: 杨心海 | Hits:

[ELanguagenfa

Description: 正规式转化为NFA,希望对需要的朋友有用-to NFA
Platform: | Size: 148480 | Author: 黄飞 | Hits:

[ELanguageNFA-DFA

Description: 实现从nfa到dfa的转换,并且输出中间的状态集以及转换表-From nfa to dfa conversion and output as well as the middle of the state set conversion table
Platform: | Size: 3072 | Author: tang | Hits:

[Documentsnfa-dfa

Description: 可实现,nfa到dfa的转化,利用c语言编写,本人以用过一次,老师评价很好-Can be achieved, nfa to dfa conversion using c language, I used once, very good teacher evaluation
Platform: | Size: 2048 | Author: 黄飞 | Hits:

[OtherFA

Description: 正则表达式->NFA/DFA/最简表达式-Regular Expression-> NFA/DFA/the most simple expression
Platform: | Size: 263168 | Author: 王据林 | Hits:

[ELanguagenfa-dfa

Description: its nfa-dfa converter
Platform: | Size: 2048 | Author: shoaib | Hits:

[ELanguageDFA

Description: NFA的确定化算法 C++实现注释清楚详细 代码简单-NFA determination algorithm C++ code is easy to achieve clear and detailed comments
Platform: | Size: 8192 | Author: pengjun | Hits:

[JSP/Javajavafr_EDITEUR-GRAPHIQUE-NFA-DFA___Page

Description: graphic simulation nfa to dfa
Platform: | Size: 693248 | Author: bechir | Hits:

[ELanguageNFA-DFA-MFA

Description: 正则表达式及NFA-DFA-MFA的转换和判别-Regular expressions and NFA-DFA-MFA conversion and discriminant
Platform: | Size: 14336 | Author: dfadf | Hits:

[Other resourceNFA-DFA

Description: 词法分析器 NFA DFA 最小化DFA 实验报告-Lexical analyzer NFA DFA
Platform: | Size: 46080 | Author: huang | Hits:

[Othernfa-dfa

Description: 编译原理实验 将nfa到dfa编程实现可在vc 6.0中运行-Principle experiment is compiled nfa dfa programming to run in vc 6.0
Platform: | Size: 2048 | Author: ANGELO | Hits:

[CSharpNFA-DFA-MFA

Description: 编译原理中从正规式转换到NFA,之后NFA-DFA-MFA三者之间的转换,支持打开文件与保存文件-Compile the transition formal to NFA, and then convert between NFA-DFA-MFA to support opening files and saving files
Platform: | Size: 144384 | Author: 王金萍 | Hits:
« 12 3 4 5 6 7 8 9 10 ... 13 »

CodeBus www.codebus.net